home *** CD-ROM | disk | FTP | other *** search
/ Kimeruze! Yamikon! / Kimeruze! Yamikon!.iso / mac / YARIKON / EVENT10.Dxr / 00052.ls < prev    next >
Encoding:
Text File  |  1996-10-23  |  382 b   |  21 lines

  1. on exitFrame
  2.   global selected, round, point, uscore, gscore
  3.   if selected = 1 then
  4.     if point = 0 then
  5.       go("draw")
  6.     else
  7.       set uscore to uscore + 1
  8.       go("win")
  9.     end if
  10.   else
  11.     set the visible of sprite (9 + round) to 1
  12.     updateStage()
  13.     if point = 1 then
  14.       go("draw")
  15.     else
  16.       set gscore to gscore + 1
  17.       go("lose")
  18.     end if
  19.   end if
  20. end
  21.